[XEND] Add Task support in Xen API implementation.
authorAlastair Tse <atse@xensource.com>
Wed, 24 Jan 2007 13:26:26 +0000 (13:26 +0000)
committerAlastair Tse <atse@xensource.com>
Wed, 24 Jan 2007 13:26:26 +0000 (13:26 +0000)
commitc7cac39d2ddf2a24837ca0df58e5fe34ff236979
tree0aba7a4611623b5acbaf8120bd499c27b6782354
parent29b9be5a67af427b8df5cb11ded69e740e15719a
[XEND] Add Task support in Xen API implementation.

Added progress tracking to some common methods like VM.start so the
progress during async invocation.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendAPIConstants.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendTask.py [new file with mode: 0644]
tools/python/xen/xend/XendTaskManager.py [new file with mode: 0644]
tools/python/xen/xend/server/XMLRPCServer.py